@charset "UTF-8";
body {
  font-family: 'Microsoft YaHei';
}

a {
  color: inherit;
}

img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a3adc7;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a3adc7;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a3adc7;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a3adc7;
}
.swiper-button-disabled {
  opacity: 0.4 !important;
}

/* banner 开始 */
.xyf-banner {
  position: relative;
}
.xyf-banner .top_box {
  width: 1400px;
  height: 370px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}
.xyf-banner .top_news {
  width: 850px;
  color: #fff;
}
.xyf-banner .top_news a {
  color: #fff;
}
.xyf-banner .top_news h1 {
  font-size: 44px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 3px 3px 10px rgba(0,0,0,.5);
  transition: all 0.3s;
}
.xyf-banner .top_news h1:hover {
  text-shadow: 3px 3px 10px rgba(0,0,0,1);
}
.xyf-banner .top_news p {
  font-size: 22px;
  line-height: 1.8;
}
.xyf-banner .top_news .more {
  width: 254px;
  height: 68px;
  line-height: 64px;
  background: #DF504A;
  margin-top: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  transition: all 0.3s;
}
.xyf-banner .top_news .more:hover {
  box-shadow: 5px 5px 10px rgba(0,0,0,.6);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.6);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.6);
  transform: scale(1.05);
}
.xyf-banner .rt_img {
  display: block;
  max-width: 530px;
  position: absolute;
  top: 90px;
  right: 0;
}

.banner_back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.xyf-banner .swiper-slide a {
  display: block;
}
.xyf-banner .swiper-slide a:hover img {
  transform: scale(1.05);
}
.swiper-container-banner {
  position: relative;
  height: 585px;
  overflow: hidden;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}

.pagination-banner {
  bottom: 20px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #ffffff;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: .6;
}
.swiper-pagination-switch.swiper-active-switch {
  width: 75px;
  background-color: #ffffff;
  opacity: 1;
}
/* banner 结束 */

/* News & Events 开始 */
.xyf-news {
  /* height: 833px; */
  overflow: hidden;
  background: url("xyf_20250115_bg1.jpg") no-repeat;
  background-size: 100% 100%;
}

.xyf-news > div {
  position: relative;
  height: 100%;
  padding: 70px 0 0;
}



.swiper-news-arrows {
  position: absolute;
  left: -100px;
  top: 43%;
  pointer-events: none;
  width: 1600px;
  height: 60px;
  z-index: 2;
}

.swiper-news-arrows > div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #e5eff5;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper-news-arrows > div:hover {
  background-color: #6199c0;
}
.swiper-news-arrows > div:first-child img {
  transform: rotate(180deg);
}

.swiper-news-arrows > div img {
  vertical-align: middle;
}

/*20250111*/
.xyf-news-box {
  overflow: hidden;
  margin-top: 30px;
}
.xyf-news-box .box_left {
  float: left;
}
.xyf-news-box .box_right {
  float: right;
}
.xyf-news-box .box_news {
  width: 340px;
}
.xyf-news-box .box_news .title {
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  /* height: 44px; */
  color: #015EA1;
}
.xyf-news-box .box_news ul li {
  padding: 20px 0 0;
  border-top: 1px #C8D6E0 solid;
  margin-top: 20px;
}
.xyf-news-box .box_news ul li:hover img {
  transform: scale(1.1);
}
.xyf-news-box .box_news ul li .img {
  display: block;
  width: 120px;
  height: 110px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.xyf-news-box .box_news ul li img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.xyf-news-box .box_news .time {
  font-size: 16px;
  color: #032E69;
  margin-bottom: 10px;
}
.xyf-news-box .box_news .content {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.xyf_xinwen_lunbo {
  position:relative;
  width: 660px;
  /* height:660px; */
  overflow:hidden;
  float: left;
  margin-left: 30px;
}
.xinwen_lunbo_tu {
  width: 100%;
  height: 340px;
  overflow:hidden;
}
.xinwen_lunbo_tu a img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.swiper-container2{
  position:relative;
}
.swiper-pagination3 {background:none!important;}

.pagination2 {
  /*position:relative;*/
  position:absolute;
  width: auto !important;
  /* margin-top:354px; */
  right:0px;
  bottom:185px;
  padding-right:20px;
  border:0px solid #333;
  z-index:2;
}
.pagination2 .swiper-pagination-switch {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 38px;
  height: 38px;
  margin-right: 13px !important;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color:#ffffff;
  opacity: .6;
  background: #000000;
  border:1px solid #ffffff;
}
.pagination2 .swiper-active-switch {
  color:#fff;
  opacity: .8;
  background: #5197dd;
  border:1px solid #fff;
}
.pagination2_2 {
  /*position:relative;*/
  position:absolute;
  width: auto !important;
  /* margin-top:354px; */
  right:0;
  bottom: 150px;
  padding-right:20px;
  z-index:2;
}
.pagination2_2 .swiper-pagination-switch {
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  /* margin-right: 0px !important; */
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color:#ffffff;
  opacity: .6;
  background: #000000;
  border:1px solid #ffffff;
  margin: 0 6px;
}
.pagination2_2 .swiper-active-switch {
  color:#fff;
  opacity: .8;
  background: #5197dd;
  border:1px solid #fff;
}

.xinwen_lunbo_text{
  height: 130px;
  font-size: 20px;
  color:#1a1a1a;
  font-weight:bold;
  line-height: 32px;
  background: #E6E8E9;
  padding: 15px 20px;
}

.xinwen_lunbo_shijian{
  font-size: 16px;
  color: #032E69;
  font-weight: normal;
}
.xyf-news .see-all {
  /* position: absolute; */
  width: 100%;
  margin: 50px 0 50px;
  /* bottom: 60px; */
}
/* News & Events 结束 */

/* photos 开始 */
.xyf-photos {
  height: 670px;
  background: url('./xyf-photos-bj.png') no-repeat center;
  background-size: 100% 100%;
}

.xyf-photos > div {
  padding-top: 70px;
}

.xyf-photos .xyf-title {
  margin-bottom: 40px;
}

.xyf-photos-con {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.xyf-photos-con .pts {
  position: relative;
}
.xyf-photos .swiper-news-arrows > div {
  background-color: #cfe5f4;
  transition: all 0.3s;
}
.xyf-photos .swiper-news-arrows > div:hover {
  background-color: #6199c0;
}
#photos-prev {
  display: none;
}

.xyf-photos .see-all {
  margin-top: 15px;
}
.xyf-photos-con .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 178px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fdf2f3;
  text-align: center;
  font-family: Arial-BoldMT;
  border-left: 6px solid #0077d6;
  background-color: #45afaf;
}
/* photos 结束 */

/* Pubilcations 开始 */
.xyf-pubilcations {
  height: 850px;
  background: url("xyf_20250115_bg2.jpg") no-repeat;
  background-size: 100% 100%;
}
.xyf-pubilcations > div {
  position: relative;
  padding: 70px 0 0px;
}

.xyf-tabs {
  margin: 36px 0;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 700;
  font-family: 'Arial';
}
.xyf-tabs li {
  cursor: pointer;
  float: left;
  height: 60px;
}
.xyf-tabs li + li {
  margin-left: 30px;
}
.xyf-tabs li.active {
  background: url('./xyf-tabs-active.png') center 46px no-repeat;
  background-size: 300px;
  /* background-position: 0 40px; */
  /* background-size: 100% 8px; */
}

.xyf-pubilcations .tab-nr {
  overflow: hidden;
  width: 1420px;
  margin-left: -10px;
}

.tab-nr ul {
  height: 0;
  overflow: hidden;
}

.tab-nr ul .swiper-news-arrows {
  display: none;
}

.pub-tabs ul li {
  border: 1px #C0D9ED solid;
  width: 212px;
  line-height: 58px;
  height: 58px;
  background: url("xyf_v2_bg.jpg") repeat-x;
  text-align: center;
  margin-left: 25px;
  position: relative;
}
.pub-tabs ul li:first-child {
  margin-left: 0;
}
.pub-tabs ul li.active {
  border: 1px #0164A5 solid;
  background: url("xyf_v2_bg2.jpg") repeat-x;
  color: #ffffff;
}
.pub-tabs ul li.active a {
  color: #fff;
}
.pub-tabs ul li.active::after {
  content: "";
  background: url("xyf_v2_bg_on.jpg") no-repeat;
  width: 18px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -8px;
}

.organizations-swiper .swiper-news-arrows {
  display: none;
}

.tab-nr ul.on {
  height: auto;
}

.tab-nr ul.on .swiper-news-arrows {
  display: block;
}
.tab-nr ul.on .swiper-news-arrows .pubilcations-prev {
  display: none;
}
.tab-nr ul.on .swiper-news-arrows .organizations-prev {
  display: none;
}

.organizations-swiperInservice .swiper-news-arrows {
  opacity: 0;
  z-index: -1;
}
.organizations-swiperInservice.on .swiper-news-arrows {
  opacity: 1;
  z-index: 2;
}

.tab-nr .pubilcations-con1.on {
  height: 440px;
}

.xyf-pubilcations .see-all {
  margin-top: 44px;
}
.xyf-pubilcations .see-all-link div {
  display: none;
}
.xyf-pubilcations .see-all-link div.active {
  display: block;
}
/* Pubilcations 结束 */

/* Organizations 开始 */
.xyf-organizations {
  padding-top: 70px;
  padding-bottom: 60px;
  background: url("xyf_20250115_bg4.jpg") no-repeat;
  background-size: 100% 100%;
}
.xyf-organizations .xyf-tabs {
  margin: 24px 0;
  overflow: hidden;
}
.xyf-organizations .xyf-tabs ul {
  float: right;
}

.tab-nr .inner-tabs {
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 700;
  text-align: right;
}
.tab-nr .inner-tabs span {
  cursor: pointer;
}
.tab-nr .inner-tabs span.active {
  color: #015ea1;
}
.tab-nr .inner-tabs span + span {
  margin-left: 30px;
}
.organizations-item a {
  color: #ffffff;
}
.organizations-item + .organizations-item {
  margin-left: 87px;
}
.organizations-item:nth-of-type(6) {
  margin-left: 0;
}
.xyf-organizations .swiper-news-arrows > div {
  background-color: #cadfef;
}
.xyf-organizations .swiper-news-arrows > div:hover {
  background-color: #6199c0;
}
.xyf-pubilcations .swiper-news-arrows {
  top: 53%;
}
.xyf-pubilcations .pubilcations-con2 .swiper-news-arrows {
  top: 48%;
}
.organizations-swiperDivisions1 .swiper-news-arrows {
  top: 495px;
}
.organizations-swiperAssociations .swiper-news-arrows {
  top: 466px;
}
.organizations-swiperInservice .swiper-news-arrows {
  top: 556px;
}

.pubilcations-con1 .swiper-news-arrows .pubilcations-prev {
  display: none;
}
.xyf-organizations .see-all {
  margin-top: 46px;
}
.organizations-swiper {
  height: 0;
  overflow: hidden;
}

.organizations-swiper.on  {
  height: 730px;
}

.organizations-swiperDivisions {
  height: 690px;
}
.organizations-swiperAssociations {
  height: 690px;
}
.organizations-divisions .organizations-item .organ-img {
  height: 240px;
}
.organizations-divisions .organizations-item + .organizations-item {
  margin-left: 62px;
}
.organizations-divisions .organizations-item:nth-of-type(5n + 1) {
  margin-left: 0;
}
.organizations-divisions .organizations-item {
  width: 436px;
}
.organizations-divisions .organizations-item + .organizations-item {
  margin-left: 32px;
}
.organizations-divisions .organizations-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
/* Organizations 结束 */

/* About Us 开始 */
.xyf-aboutus {
  padding: 70px 0;
}
.aboutus-con {
  margin-top: 30px;
}
.aboutus-con > div {
  width: 465px;
  height: 372px;
  background-color: #1c5fa4;
  transition: all 0.3s;
}
.aboutus-con > div a {
  display: block;
  height: 100%;
  padding: 36px 0 0 40px;
}
.aboutus-con div:nth-child(2) {
  background-color: #e04f4b;
}
.aboutus-con div:nth-child(3) {
  background-color: #45b0b1;
}
.aboutus-con > div img {

  display: block;
  height: 120px;
}
.aboutus-con > div p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.aboutus-con > div span {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
/* About Us 结束 */



/* jour 开始*/
.xyf-jour {
  padding-top: 70px;
  padding-bottom: 64px;
  background: url("xyf_20250115_bg3.jpg") no-repeat;
  background-size: 100% 100%;
}
.xyf-jour .jour_box {
  overflow: hidden;
  clear: both;
  padding-top: 30px;
}
.jour_box .jour_left {
  width: 674px;
  float: left;
  padding: 30px;
  background: #E1EDF7;
}
.jour_box .jour_right {
  width: 650px;
  float: right;
}
.jour_box .title {
  font-size: 26px;
  font-weight: bold;
  color: #015EA1;
  float: left;
}
.jour_box .more {
  float: right;
  font-size: 16px;
  color: #0077D6;
  font-weight: bold;
  margin-top: 10px;
}
.jour_box .book_img {
  width: 218px;
  height: 314px;
  margin: 0 auto;
  overflow: hidden;
}

.jour_box .book_img:hover img {
  transform: scale(1.1);
}
.jour_box .book_img img {
  width: 100%;
  height: 100%;
}
.jour_box p {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}

.jour_scroll {
  overflow: hidden;
  clear: both;
  position: relative;
  height: 480px;
  padding-top: 40px;
}
.jour_scroll .jour_prev {
  display: block;
  position: absolute;
  left: 90px;
  bottom: 0;
  border: 1px #C0D9ED solid;
  line-height: 42px;
  background: url("xyf_v2_bg_jour.png") repeat-x;
  text-align: center;
  width: 186px;
  height: 42px;
  cursor: pointer;
  color: #015EA1;
  font-size: 16px;
}
.jour_scroll .jour_prev:hover {
  background: url("xyf_v2_bg2.jpg") repeat-x;
  border: 1px #015EA1 solid;
  color: #FFFFFF;
}
.jour_scroll .jour_next {
  display: block;
  position: absolute;
  right: 90px;
  bottom: 0;
  border: 1px #C0D9ED solid;
  background: url("xyf_v2_bg_jour.png") repeat-x;
  text-align: center;
  width: 186px;
  height: 42px;
  line-height: 40px;
  cursor: pointer;
  color: #015EA1;
  font-size: 16px;
}
.jour_scroll .jour_next:hover {
  background: url("xyf_v2_bg2.jpg") repeat-x;
  border: 1px #015EA1 solid;
  color: #FFFFFF;
}
.jour_scroll .down {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.jour_scroll .down a {
  display: inline-block;
  /* float: left; */
  position: relative;
  /* width: 50%; */
  padding: 0px 25px;
}
.jour_scroll .down a::before {
  content: "";
  background: url(xyf_v2_down.png) no-repeat;
  background-size: 13px 19px;
  width: 13px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0px;
}
.jour_right .tab-jj {
  /* width: 700px; */
  /* float: left; */
  /* padding: 0; */
}
.jour_right .tab-jj h3 {
  font-size: 26px;
  color: #015EA1;
  font-weight: bold;
}
.jour_right .tab-jj p {
  line-height: 2;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  color: #032E69;
}

.jour_right .scroll_wrap {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 20px;
}
.jour_right .scroll_wrap .scroll_cont {
  height: 100%;
  overflow: hidden;
  padding-right: 35px;
}
.jour_right .scroll_wrap .scroll_bar {
  position: absolute;
  top:0;
  right: 0px;
  width: 6px;
  height: 100%;
  border-left: 6px #D6E5F4 solid;
}
.jour_right .scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 70px;
  background-color: #036EC3;
  border-radius:5px;
  opacity: 1;
  cursor: pointer;
}
.jour_right .scroll_wrap .scroll_slider:hover{
  opacity: 1
}
.jour_right .jour_btn {
  width: 448px;
  height: 78px;
  line-height: 78px;
  background: #015EA1 url("xyf_v2_jj1.png") no-repeat 30px 16px;
  font-size: 24px;
  font-weight: bold;
  padding-right: 25px;
  border-radius: 4px;
  margin-top: 38px;
}
.jour_right .jour_btn a {
  display: block;
  padding-left: 100px;
  background: url("xyf_v2_jj2.png") no-repeat right 34px;
  color: #FFFFFF;
}

/* jour 结束*/
@media screen and (max-width: 1680px) {
  .swiper-news-arrows {
    /* width: 1400px; */
    /* left: -60px; */
  }
}

@media screen and (max-width: 1440px) {
  .xyf-banner .top_box {
    width: 1000px;
    height: 370px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
  }
  .xyf-banner .top_news {
    width: 640px;
    color: #fff;
  }
  .xyf-banner .top_news a {
    color: #fff;
  }
  .xyf-banner .top_news h1 {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 3px 3px 10px rgba(0,0,0,.5);
    transition: all 0.3s;
  }
  .xyf-banner .top_news h1:hover {
    text-shadow: 3px 3px 10px rgba(0,0,0,1);
  }
  .xyf-banner .top_news p {
    font-size: 16px;
    line-height: 1.8;
  }
  .xyf-banner .top_news .more {
    width: 180px;
    height: 50px;
    line-height: 46px;
    background: #DF504A;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    transition: all 0.3s;
  }
  .xyf-banner .top_news .more:hover {
    box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.6);
    transform: scale(1.05);
  }
  .xyf-banner .rt_img {
    display: block;
    max-width: 330px;
    position: absolute;
    top: 15px;
    right: 0;
  }
  .swiper-container-banner img {
    /* width: 1400px; */
    /* height: 100%; */
    width: 1000px;
    margin-top: 50px;
  }
  .swiper-container-banner {
    height: 383px;
  }
  .swiper-container-news1 .swiper-wrapper .xyf-news-item:nth-child(1) {
    margin-left: 190px;
  }
  .swiper-container-news2 .swiper-wrapper .xyf-news-item:nth-child(1) {
    margin-left: 190px;
  }
  .swiper-container-news3 .swiper-wrapper .xyf-news-item:nth-child(1) {
    margin-left: 190px;
  }
  /* News & Events 开始 */
  .xyf-news {
    /* height: 751px; */
  }
  .xyf-news > div {
    padding: 50px 0 0;
  }

  .xyf-news-right {
    margin-top: 20px;
  }
  .xyf-news-right > div {
    font-size: 17px;
  }
  .xyf-news-right > div:first-child::after {
    top: 4px;
    height: 16px;
  }

  .xyf-news-con.on {
    height: 423px;
    margin-top: 28px;
  }
  .swiper-news-arrows {
    /* top: 320px; */
    left: -67px;
    width: 1130px;
    height: 44px;
    top: 43%;
  }
  .organizations-swiperDivisions1 .swiper-news-arrows {
    top: 342px;
  }
  .organizations-swiperAssociations .swiper-news-arrows {
    top: 320px;
  }
  .organizations-swiperInservice .swiper-news-arrows {
    top: 390px;
  }
  .xyf-pubilcations .pubilcations-con2 .swiper-news-arrows {
    top: 48%;
  }
  .swiper-news-arrows > div {
    width: 44px;
    height: 44px;
  }
  .swiper-news-arrows > div img {
    width: 10px;
    height: 18px;
    vertical-align: 4px;
  }
  .news-draggable-wrap {
    bottom: 140px;
  }
  .news-draggable-wrap .scrollbar-drag {
    top: -2px;
    height: 5px;
  }
  .news-draggable-wrap .news-draggable-text {
    width: 73px;
    height: 30px;
    right: -60px;
    top: -4px;
  }
  .xyf-news .see-all {
    bottom: 42px;
  }
  .see-all > div {
    width: 190px;
    height: 44px;
    line-height: 40px;
    font-size: 14px;
  }
  .see-all > div img {
    width: 4px;
    margin-top: -2px;
  }
  /*20250111*/
  .xyf-news-box {
    overflow: hidden;
    margin-top: 30px;
  }
  .xyf-news-box .box_left {
    float: left;
  }
  .xyf-news-box .box_right {
    float: right;
  }
  .xyf-news-box .box_news {
    width: 244px;
  }
  .xyf-news-box .box_news .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    /* height: 34px; */
    color: #015EA1;
  }
  .xyf-news-box .box_news ul li {
    padding: 15px 0 0;
    border-top: 1px #C8D6E0 solid;
    margin-top: 15px;
  }
  .xyf-news-box .box_news ul li:hover img {
    transform: scale(1.1);
  }
  .xyf-news-box .box_news ul li .img {
    display: block;
    width: 88px;
    height: 80px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
  }
  .xyf-news-box .box_news ul li img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
  }
  .xyf-news-box .box_news .time {
    font-size: 12px;
    color: #032E69;
    margin-bottom: 5px;
  }
  .xyf-news-box .box_news .content {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
  }
  .xyf_xinwen_lunbo {
    position:relative;
    width: 480px;
    /* height:660px; */
    overflow:hidden;
    float: left;
    margin-left: 15px;
  }
  .xinwen_lunbo_tu {
    width: 100%;
    height: 246px;
    overflow:hidden;
  }
  .xinwen_lunbo_tu a img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
  }
  .swiper-container2{
    position:relative;
  }
  .swiper-pagination3 {background:none!important;}

  .pagination2 {
    /*position:relative;*/
    position:absolute;
    width: auto !important;
    /* margin-top:354px; */
    right:0px;
    bottom:185px;
    padding-right:20px;
    border:0px solid #333;
    z-index:2;
  }
  .pagination2 .swiper-pagination-switch {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin-right: 13px !important;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color:#ffffff;
    opacity: .6;
    background: #000000;
    border:1px solid #ffffff;
  }
  .pagination2 .swiper-active-switch {
    color:#fff;
    opacity: .8;
    background: #5197dd;
    border:1px solid #fff;
  }
  .pagination2_2 {
    /*position:relative;*/
    position:absolute;
    width: auto !important;
    /* margin-top:354px; */
    right:0;
    bottom: 120px;
    padding-right: 10px;
    z-index:2;
  }
  .pagination2_2 .swiper-pagination-switch {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    /* margin-right: 0px !important; */
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#ffffff;
    opacity: .6;
    background: #000000;
    border:1px solid #ffffff;
    margin: 0 4px;
  }
  .pagination2_2 .swiper-active-switch {
    color:#fff;
    opacity: .8;
    background: #5197dd;
    border:1px solid #fff;
  }

  .xinwen_lunbo_text{
    height: 108px;
    font-size: 15px;
    color:#1a1a1a;
    font-weight:bold;
    line-height: 24px;
    background: #E6E8E9;
    padding: 10px 15px;
  }

  .xinwen_lunbo_shijian{
    font-size: 12px;
    color: #032E69;
    font-weight: normal;
  }
  .xyf-news .see-all {
    /* position: absolute; */
    width: 100%;
    margin: 40px 0 40px;
    /* bottom: 60px; */
  }
  /* News & Events 结束 */

  /* Photos 开始 */
  .xyf-photos {
    height: 500px;
  }
  .xyf-photos > div {
    padding-top: 40px;
  }
  .xyf-photos .xyf-title {
    margin-bottom: 28px;
  }
  .xyf-photos-con {
    height: 280px;
  }
  .xyf-photos .see-all {
    margin-top: 10px;
  }
  /* Photos 结束 */

  /* Pubilcations 开始 */
  .xyf-pubilcations {
    height: 615px;
  }
  .xyf-pubilcations > div {
    padding: 50px 0 0;
  }
  .xyf-tabs {
    margin: 24px 0;
    font-size: 14px;
  }
  .xyf-tabs li {
    height: 42px;
  }
  .xyf-tabs li.active {
    /* background-position: 0 35px; */
    /* background-size: 100% 6px; */
    background: url(./xyf-tabs-active.png) center 30px no-repeat;
    background-size: 200px;
  }
  .xyf-tabs li + li {
    margin-left: 22px;
  }
  .xyf-pubilcations .see-all {
    margin-top: 30px;
  }

  .pub-tabs ul li {
    border: 1px #C0D9ED solid;
    width: 152px;
    line-height: 42px;
    height: 42px;
    background: url("xyf_v2_bg.jpg") repeat-x;
    text-align: center;
    margin-left: 17px;
    position: relative;
  }
  .pub-tabs ul li:first-child {
    margin-left: 0;
  }
  .pub-tabs ul li.active {
    border: 1px #0164A5 solid;
    background: url("xyf_v2_bg2.jpg") repeat-x;
    color: #ffffff;
  }
  .pub-tabs ul li.active::after {
    content: "";
    background: url("xyf_v2_bg_on.jpg") no-repeat;
    width: 18px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -8px;
  }
  /* Pubilcations 结束 */

  /* Organizations 开始 */
  .xyf-organizations {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .xyf-organizations .xyf-tabs li + li {
    margin-left: 42px;
  }
  .xyf-organizations .xyf-tabs {
    margin: 13px 0;
  }
  .tab-nr .inner-tabs {
    font-size: 16px;
  }
  .tab-nr .inner-tabs span + span {
    margin-left: 18px;
  }
  .organizations-swiper {
    height: 0;
  }
  .organizations-swiperAssociations {
    height: 490px;
  }
  .organizations-swiper.on {
    height: 528px;
  }
  .organizations-item + .organizations-item {
    margin-left: 62px;
  }
  .organizations-divisions .organizations-item {
    width: 311px;
  }
  .organizations-item:nth-of-type(6) {
    margin-left: 0;
  }
  .xyf-organizations .see-all {
    margin-top: 32px;
  }
  .organizations-swiperDivisions {
    height: 490px;
  }
  .organizations-swiperDivisions .organizations-item {
    width: 311px;
  }
  .organizations-swiperDivisions .organizations-item + .organizations-item {
    margin-left: 32px;
  }
  .organizations-swiperDivisions .organizations-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .organizations-divisions .organizations-item .organ-img {
    height: 170px;
  }
  /* Organizations 结束 */

  /* About Us 开始 */
  .xyf-aboutus {
    padding: 40px 0;
  }
  .aboutus-con {
    margin-top: 20px;
  }
  .aboutus-con > div{
    width: 333px;
    height: 266px;
  }
  .aboutus-con > div a {
    padding: 24px 0 0 34px;
  }
  .aboutus-con > div img {
    height: 84px;
  }
  .aboutus-con > div p {
    margin-top: 14px;
    margin-bottom: 21px;
    font-size: 23px;
  }
  .aboutus-con > div span {
    font-size: 13px;
  }
  /* About Us 结束 */

  /*20250111*/
  .xyf-pubilcations .tab-nr {
    overflow: hidden;
    width: 1012px;
    margin-left: -6px;
  }

  .xyf-photos-con .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fdf2f3;
    text-align: center;
    font-family: Arial-BoldMT;
    border-left: 6px solid #0077d6;
    background-color: #45afaf;
  }

  /* jour 开始*/
  .xyf-jour {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .xyf-jour .jour_box {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
  }
  .jour_box .jour_left {
    width: 480px;
    float: left;
    padding: 20px;
    background: #E1EDF7;
  }
  .jour_box .jour_right {
    width: 460px;
    float: right;
  }
  .jour_box .title {
    font-size: 20px;
    font-weight: bold;
    color: #015EA1;
    float: left;
  }
  .jour_box .more {
    float: right;
    font-size: 12px;
    color: #0077D6;
    font-weight: bold;
    margin-top: 8px;
  }
  .jour_box .book_img {
    width: 154px;
    height: 224px;
    margin: 0 auto;
  }
  .jour_box p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 12px;
  }

  .jour_scroll {
    overflow: hidden;
    clear: both;
    position: relative;
    height: 360px;
    padding-top: 30px;
  }
  .jour_scroll .jour_prev {
    display: block;
    position: absolute;
    left: 70px;
    bottom: 0;
    border: 1px #C0D9ED solid;
    line-height: 34px;
    background: url("xyf_v2_bg_jour.png") repeat-x;
    text-align: center;
    width: 130px;
    height: 34px;
    cursor: pointer;
    color: #015EA1;
    font-size: 12px;
  }
  .jour_scroll .jour_prev:hover {
    background: url("xyf_v2_bg2.jpg") repeat-x;
    border: 1px #015EA1 solid;
    color: #FFFFFF;
  }
  .jour_scroll .jour_next {
    display: block;
    position: absolute;
    right: 70px;
    bottom: 0;
    border: 1px #C0D9ED solid;
    background: url("xyf_v2_bg_jour.png") repeat-x;
    text-align: center;
    width: 130px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    color: #015EA1;
    font-size: 12px;
  }
  .jour_scroll .jour_next:hover {
    background: url("xyf_v2_bg2.jpg") repeat-x;
    border: 1px #015EA1 solid;
    color: #FFFFFF;
  }
  .jour_scroll .down {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
  }
  .jour_scroll .down a {
    display: inline-block;
    /* float: left; */
    position: relative;
    /* width: 50%; */
    padding: 0px 25px;
  }
  .jour_scroll .down a::before {
    content: "";
    background: url(xyf_v2_down.png) no-repeat;
    background-size: 13px 19px;
    width: 13px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .jour_right .tab-jj {
    /* width: 700px; */
    /* float: left; */
    /* padding: 0; */
  }
  .jour_right .tab-jj h3 {
    font-size: 20px;
    color: #015EA1;
    font-weight: bold;
  }
  .jour_right .tab-jj p {
    line-height: 2;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
    color: #032E69;
  }

  .jour_right .scroll_wrap {
    width: 100%;
    height: 296px;
    position: relative;
    margin-top: 20px;
  }
  .jour_right .scroll_wrap .scroll_cont {
    height: 100%;
    overflow: hidden;
    padding-right: 25px;
  }
  .jour_right .scroll_wrap .scroll_bar {
    position: absolute;
    top:0;
    right: 0px;
    width: 6px;
    height: 100%;
    border-left: 6px #D6E5F4 solid;
  }
  .jour_right .scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 70px;
    background-color: #036EC3;
    border-radius:5px;
    opacity: 1;
    cursor: pointer;
  }
  .jour_right .scroll_wrap .scroll_slider:hover{
    opacity: 1
  }
  .jour_right .jour_btn {
    width: 320px;
    height: 56px;
    line-height: 56px;
    background: #015EA1 url("xyf_v2_jj1.png") no-repeat 26px 13px;
    background-size: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    border-radius: 4px;
    margin-top: 28px;
  }
  .jour_right .jour_btn a {
    display: block;
    padding-left: 80px;
    background: url("xyf_v2_jj2.png") no-repeat right 26px;
    background-size: 20px;
    color: #FFFFFF;
  }

  /* jour 结束*/
}

/* 平板电脑一下 */
@media screen and (max-width: 1023px) {
  /*  .common-width {
    width: auto;
  } */
  .swiper-news-arrows {
    display: none;
    top: 43%;
    left: -100px;
    width: 100%;
  }
}
